home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / utility / opaquemove / docs-txt / english / opaque-prob.txt < prev    next >
Text File  |  1996-10-03  |  6KB  |  143 lines

  1.  
  2.  
  3. Title: OpaqueMove Problems
  4.  
  5.  
  6. Problems
  7.  
  8. Common Problems
  9.  
  10. Problem Cause Fix
  11.  
  12. OpaqueMove exits without appearing as a commodity. OpaqueMove detected an
  13. error during startup. This is usually caused by running on the wrong version
  14. of AmigaDos, or a missing shared library, or an error in allocating memory or
  15. system resources.
  16.  
  17.    o Insure that all the shared libraries mentioned in the requirements
  18.      section are present on your system.
  19.    o Insure that you are running at OS3.0 or greater
  20.    o Insure that you have MUI properly installed
  21.    o Insure that you have sufficient memory and system resources available.
  22.  
  23. Windows are still moved as outlines even with OpaqueMove installed. One
  24. common cause of this problem is using the wrong qualifier keys for window
  25. movement, or not grabbing the window in the required location. Also, insure
  26. that OpaqueMove is really running and is not disabled in the Commodities
  27. Exchange window.
  28.  
  29. OpaqueMove also uses certain internal tests to determine whether a given
  30. window may be moved opaquely. If any of these tests fail, the window will be
  31. moved as an outline. Most of the parameters used in the tests can be set from
  32. the OpaqueMove User Interface.
  33.  
  34.    o Use the proper qualifier keys or drag location.
  35.    o Make sure OpaqueMove is not ignoring the window due to the preferences
  36.      settings.
  37.  
  38. OpaqueMove appears to intercept all mouse clicks. Inproper settings of Drag
  39. Qualifier and Drag Location.
  40.  
  41.    o Change Drag (or Size) Qualifier and Location
  42.  
  43. Windows are moved too slowly. Opaque window movement demands trememdous
  44. system resources, and is only practical on the most high end systems, and
  45. even  then, only in some circumstances. For a list of factors which influence
  46. movement speed, see Movement Speed.
  47.  
  48.    o Adjust the OpaqueMove preferences to reduce the circumstances in which
  49.      windows are moved or sized opaquely.
  50.    o Improve the speed of your hardware by adding a faster CPU or graphics
  51.      card.
  52.    o Use software such as the qlayers patch to improve the speed of Intuition
  53.  
  54. I encounter crashes while sizing or moving particular windows OpaqueMove
  55. generates a tremendously rapid stream of size or movement requests - faster
  56. than some programs are prepared to cope with the events. While most programs
  57. do fine, a few seem unable to cope with this rapid string of redraw requests.
  58. See Incompatibilities for more information.
  59.  
  60.    o Disabled OpaqueMove for the windows or screens in question.
  61.  
  62. Back to Top
  63.  
  64. Bugs And Limits
  65.  
  66. Known bugs:
  67.  
  68. Known OpaqueMove Bugs
  69. ProblemReported By
  70.  
  71. Layers locking during outline movement or drag is not functional. Steve Koren
  72.  
  73. The localization support is not yet entirely in place.
  74.  
  75. Non-qualified border dragging ignores gadgets. Joerg Kollmann
  76.  
  77. Back to Top
  78.  
  79. Known (In)Compatibilities
  80.  
  81. Although OpaqueMove is a remarkably system-friendly program, Intuition was
  82. never designed to do what is being done here. Generally things work fine, but
  83. there are always a few problems, mostly with applications which cannot cope
  84. with such a rapid stream of redraw requests.
  85.  
  86. Note that some software may work OK or not work depending on the speed of
  87. your system. There seem to be timing dependencies in some code.
  88.  
  89. Known (In)Compatible Software
  90. SoftwareDescriptionOpq Move? Opq Size? Reported ByOM Ver
  91.  
  92. Workbench Windows Non-Backdrop WB windows work fine. Yes Yes Steve Koren 2.0
  93.  
  94. CLI windows They work plain or running SKsh. However, some CLI-based apps
  95. will crash! See the TIN note below. Yes Yes
  96.  
  97. Workbench Utilities Preferences programs & other workbench utilities work
  98. fine. Most are not resizable windows, but all can be moved. Yes Yes
  99.  
  100. GNU Emacs 18.58.1 However, it buffers redraws and often keeps redrawing even
  101. after you stop moving the mouse. Yes Yes
  102.  
  103. Any MUI Application I haven't found one yet that won't work. YAM, the
  104. OpaqueMove UI itself, VMM, IBrowse, etc. Individial MUI applications will not
  105. be mentioned here unless there is some exception. Yes Yes
  106.  
  107. IBrowse However, it can be slow to resize, due to the complex nature of its
  108. internal layout. Some pages are faster than others. Yes Yes
  109.  
  110. FinalWriter Not only can you not move or size its windows opaquely, you
  111. cannot even use OpaqueMove with it at all unless you put FinalWriter's screen
  112. into the global deny list. So far this is the only app I've seen with this
  113. level of incompatibility. No No
  114.  
  115. Lightwave 4.x See the 1.1 note below. Problem fixed in OpaqueMove 2.0. Yes
  116. Yes
  117.  
  118. FinalCalc 1.05 Sizing works, but sometimes the most recent resize is not
  119. performed for some reason unless you again nudge the mouse. Note also that
  120. FinalCalc uses smart refresh windows, which can be very slow. Yes Partial
  121.  
  122. Amiga TIN When running in a CLI window. Movement is fine. Resizing is OK in
  123. some cases, but often crashes especially when the window gets small, for some
  124. reason. Yes No
  125.  
  126. ImageFX 2.x When running on 16 bit screens rapid redraw requests can cause a
  127. lockup. Note that this can happen even for other windows moving across the
  128. top of the ImageFX buffer, cause it to redraw. Best to put the ImageFX 16 bit
  129. screen in your move & size deny list. This problem does not seem to occur
  130. with  ImageFX running in 8 or fewer bitplanes, such as with the workbench
  131. preview module. Partial Partial
  132.  
  133. Lightwave 4.x Although LW's windows cannot be resized or moved, OpaqueMove
  134. 1.x caused some doubleclick type problems that were fixed in OpaqueMove 2.0.
  135. No No 1.1
  136.  
  137. Updates and new information may be sent to me for inclusion in this
  138. compatibility matrix.
  139.  
  140. Back to Contents
  141. -----------------------------------------------------------------------------
  142.  
  143.